home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / CONFIG.TBL < prev    next >
Text File  |  1996-04-01  |  2KB  |  33 lines

  1. # directory settings
  2. UNC$SYSTEM = C:\SURFCAM\spost61w\             # executables
  3. UNC$LIBRARY = C:\SURFCAM\spost61w\            # library post and inc files
  4. UNC$SOURCE = C:\SURFCAM\spost61w\             # optional source dir
  5. UNC$SCRATCH = C:\SURFCAM\spost61w\            # scratch
  6. UNC$INCLUDE = C:\SURFCAM\spost61w\            # optional include dir
  7. UNC$OUTPUT = C:\SURFCAM\inc\             # optional output dir
  8. OPTGEN = SURFCAM                           # optgen type
  9.  
  10. # Specify optional TAPE file exetension, default is PU1 (3char max)
  11. TAPE_EXT=NCC
  12.  
  13. # Specify optional LIST file exetension, default is LST (3char max)
  14. LIST_EXT=LST
  15.  
  16. # Prompt for any key at post completion to hold the window = ON/OFF
  17. END_PROMPT = OFF
  18.  
  19. HEADER_FG=White            # Header Foreground Color
  20. HEADER_BG=Blue             # Header Background Color
  21. TITLE=White                # Postprocessor Title Color
  22. MENU=White                 # Menu Color
  23. DATA=Yellow                # Postprocessor Data Color
  24. QUESTION_FG=Black          # Current Question Foreground Color
  25. QUESTION_BG=White          # Current Question Background Color
  26. HELP=White                 # Context Sensitive Help Color
  27. PROMPT=Yellow              # Prompt Color
  28. FOOTER_FG=White            # Footer Foreground Color
  29. FOOTER_BG=Blue             # Footer Background Color
  30. FUNC_FG=Black              # Function Keys Foreground Color
  31. FUNC_BG=White              # Function Keys Background Color
  32. BACKGROUND=Blue            # Background Color
  33.